1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class FrmCatList
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Me.components = New System.ComponentModel.Container
26         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(FrmCatList))
27         Me.Panel1 = New System.Windows.Forms.Panel
28         Me.Label2 = New System.Windows.Forms.Label
29         Me.Label1 = New System.Windows.Forms.Label
30         Me.PictureBox1 = New System.Windows.Forms.PictureBox
31         Me.grpCat = New System.Windows.Forms.GroupBox
32         Me.cmdcancel = New System.Windows.Forms.Button
33         Me.CmdSearch = New System.Windows.Forms.Button
34         Me.txtcatname = New System.Windows.Forms.TextBox
35         Me.Label3 = New System.Windows.Forms.Label
36         Me.lstCat = New System.Windows.Forms.ListView
37         Me.ImageList1 = New System.Windows.Forms.ImageList(Me.components)
38         Me.RBCat = New System.Windows.Forms.RadioButton
39         Me.RBALL = New System.Windows.Forms.RadioButton
40         Me.rbcatitemlist = New System.Windows.Forms.RadioButton
41         Me.lstCategory = New System.Windows.Forms.ListView
42         Me.lstItems = New System.Windows.Forms.ListView
43         Me.grpcatitem = New System.Windows.Forms.GroupBox
44         Me.PictureBox2 = New System.Windows.Forms.PictureBox
45         Me.GroupBox1 = New System.Windows.Forms.GroupBox
46         Me.RBGroup = New System.Windows.Forms.RadioButton
47         Me.Panel1.SuspendLayout()
48         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
49         Me.grpCat.SuspendLayout()
50         Me.grpcatitem.SuspendLayout()
51         CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).BeginInit()
52         Me.GroupBox1.SuspendLayout()
53         Me.SuspendLayout()
54         
'
55         
'Panel1
56         
'
57         Me.Panel1.Controls.Add(Me.Label2)
58         Me.Panel1.Controls.Add(Me.Label1)
59         Me.Panel1.Controls.Add(Me.PictureBox1)
60         Me.Panel1.Location = New System.Drawing.Point(
0, 0)
61         Me.Panel1.Name =
"Panel1"
62         Me.Panel1.Size = New System.Drawing.Size(
275, 45)
63         Me.Panel1.TabIndex =
0
64         
'
65         
'Label2
66         
'
67         Me.Label2.AutoSize = True
68         Me.Label2.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
69         Me.Label2.Location = New System.Drawing.Point(
53, 26)
70         Me.Label2.Name =
"Label2"
71         Me.Label2.Size = New System.Drawing.Size(
211, 13)
72         Me.Label2.TabIndex =
2
73         Me.Label2.Text =
"Allow to categorize each kind of properties"
74         
'
75         
'Label1
76         
'
77         Me.Label1.AutoSize = True
78         Me.Label1.Font = New System.Drawing.Font(
"Tahoma", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
79         Me.Label1.ForeColor = System.Drawing.SystemColors.Highlight
80         Me.Label1.Location = New System.Drawing.Point(
52, 3)
81         Me.Label1.Name =
"Label1"
82         Me.Label1.Size = New System.Drawing.Size(
155, 23)
83         Me.Label1.TabIndex =
1
84         Me.Label1.Text =
"Product Listing"
85         
'
86         
'PictureBox1
87         
'
88         Me.PictureBox1.Image = CType(resources.GetObject(
"PictureBox1.Image"), System.Drawing.Image)
89         Me.PictureBox1.Location = New System.Drawing.Point(
3, 9)
90         Me.PictureBox1.Name =
"PictureBox1"
91         Me.PictureBox1.Size = New System.Drawing.Size(
43, 36)
92         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
93         Me.PictureBox1.TabIndex =
0
94         Me.PictureBox1.TabStop = False
95         
'
96         
'grpCat
97         
'
98         Me.grpCat.BackColor = System.Drawing.Color.Gainsboro
99         Me.grpCat.Controls.Add(Me.cmdcancel)
100         Me.grpCat.Controls.Add(Me.CmdSearch)
101         Me.grpCat.Controls.Add(Me.txtcatname)
102         Me.grpCat.Controls.Add(Me.Label3)
103         Me.grpCat.FlatStyle = System.Windows.Forms.FlatStyle.Popup
104         Me.grpCat.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
105         Me.grpCat.Location = New System.Drawing.Point(
268, 173)
106         Me.grpCat.Name =
"grpCat"
107         Me.grpCat.Size = New System.Drawing.Size(
320, 81)
108         Me.grpCat.TabIndex =
2
109         Me.grpCat.TabStop = False
110         Me.grpCat.Text =
"Search by Name "
111         Me.grpCat.Visible = False
112         
'
113         
'cmdcancel
114         
'
115         Me.cmdcancel.Location = New System.Drawing.Point(
239, 52)
116         Me.cmdcancel.Name =
"cmdcancel"
117         Me.cmdcancel.Size = New System.Drawing.Size(
75, 23)
118         Me.cmdcancel.TabIndex =
3
119         Me.cmdcancel.Text =
"&Cancel"
120         Me.cmdcancel.UseVisualStyleBackColor = True
121         
'
122         
'CmdSearch
123         
'
124         Me.CmdSearch.Location = New System.Drawing.Point(
158, 52)
125         Me.CmdSearch.Name =
"CmdSearch"
126         Me.CmdSearch.Size = New System.Drawing.Size(
75, 23)
127         Me.CmdSearch.TabIndex =
2
128         Me.CmdSearch.Text =
"&Search"
129         Me.CmdSearch.UseVisualStyleBackColor = True
130         
'
131         
'txtcatname
132         
'
133         Me.txtcatname.Font = New System.Drawing.Font(
"Tahoma", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
134         Me.txtcatname.Location = New System.Drawing.Point(
60, 23)
135         Me.txtcatname.MaxLength =
50
136         Me.txtcatname.Name =
"txtcatname"
137         Me.txtcatname.Size = New System.Drawing.Size(
254, 22)
138         Me.txtcatname.TabIndex =
1
139         
'
140         
'Label3
141         
'
142         Me.Label3.AutoSize = True
143         Me.Label3.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
144         Me.Label3.Location = New System.Drawing.Point(
7, 31)
145         Me.Label3.Name =
"Label3"
146         Me.Label3.Size = New System.Drawing.Size(
52, 13)
147         Me.Label3.TabIndex =
0
148         Me.Label3.Text =
"Search :"
149         
'
150         
'lstCat
151         
'
152         Me.lstCat.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
153         Me.lstCat.FullRowSelect = True
154         Me.lstCat.GridLines = True
155         Me.lstCat.Location = New System.Drawing.Point(
6, 11)
156         Me.lstCat.Name =
"lstCat"
157         Me.lstCat.Size = New System.Drawing.Size(
779, 532)
158         Me.lstCat.SmallImageList = Me.ImageList1
159         Me.lstCat.TabIndex =
0
160         Me.lstCat.UseCompatibleStateImageBehavior = False
161         Me.lstCat.View = System.Windows.Forms.View.Details
162         
'
163         
'ImageList1
164         
'
165         Me.ImageList1.ImageStream = CType(resources.GetObject(
"ImageList1.ImageStream"), System.Windows.Forms.ImageListStreamer)
166         Me.ImageList1.TransparentColor = System.Drawing.Color.Transparent
167         Me.ImageList1.Images.SetKeyName(
0, "paste.ico")
168         
'
169         
'RBCat
170         
'
171         Me.RBCat.AutoSize = True
172         Me.RBCat.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
173         Me.RBCat.Location = New System.Drawing.Point(
408, 24)
174         Me.RBCat.Name =
"RBCat"
175         Me.RBCat.Size = New System.Drawing.Size(
94, 17)
176         Me.RBCat.TabIndex =
2
177         Me.RBCat.TabStop = True
178         Me.RBCat.Text =
"By Category"
179         Me.RBCat.UseVisualStyleBackColor = True
180         
'
181         
'RBALL
182         
'
183         Me.RBALL.AutoSize = True
184         Me.RBALL.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
185         Me.RBALL.Location = New System.Drawing.Point(
638, 24)
186         Me.RBALL.Name =
"RBALL"
187         Me.RBALL.Size = New System.Drawing.Size(
166, 17)
188         Me.RBALL.TabIndex =
3
189         Me.RBALL.TabStop = True
190         Me.RBALL.Text =
"List all item file products"
191         Me.RBALL.UseVisualStyleBackColor = True
192         
'
193         
'rbcatitemlist
194         
'
195         Me.rbcatitemlist.AutoSize = True
196         Me.rbcatitemlist.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
197         Me.rbcatitemlist.Location = New System.Drawing.Point(
508, 24)
198         Me.rbcatitemlist.Name =
"rbcatitemlist"
199         Me.rbcatitemlist.Size = New System.Drawing.Size(
125, 17)
200         Me.rbcatitemlist.TabIndex =
5
201         Me.rbcatitemlist.TabStop = True
202         Me.rbcatitemlist.Text =
"Item by Category"
203         Me.rbcatitemlist.UseVisualStyleBackColor = True
204         
'
205         
'lstCategory
206         
'
207         Me.lstCategory.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
208         Me.lstCategory.FullRowSelect = True
209         Me.lstCategory.GridLines = True
210         Me.lstCategory.Location = New System.Drawing.Point(
20, 11)
211         Me.lstCategory.Name =
"lstCategory"
212         Me.lstCategory.Size = New System.Drawing.Size(
765, 261)
213         Me.lstCategory.SmallImageList = Me.ImageList1
214         Me.lstCategory.TabIndex =
0
215         Me.lstCategory.UseCompatibleStateImageBehavior = False
216         Me.lstCategory.View = System.Windows.Forms.View.Details
217         
'
218         
'lstItems
219         
'
220         Me.lstItems.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
221         Me.lstItems.FullRowSelect = True
222         Me.lstItems.GridLines = True
223         Me.lstItems.Location = New System.Drawing.Point(
20, 278)
224         Me.lstItems.Name =
"lstItems"
225         Me.lstItems.Size = New System.Drawing.Size(
765, 265)
226         Me.lstItems.TabIndex =
0
227         Me.lstItems.UseCompatibleStateImageBehavior = False
228         Me.lstItems.View = System.Windows.Forms.View.Details
229         
'
230         
'grpcatitem
231         
'
232         Me.grpcatitem.Controls.Add(Me.lstCategory)
233         Me.grpcatitem.Controls.Add(Me.PictureBox2)
234         Me.grpcatitem.Controls.Add(Me.lstItems)
235         Me.grpcatitem.Location = New System.Drawing.Point(
0, 0)
236         Me.grpcatitem.Name =
"grpcatitem"
237         Me.grpcatitem.Size = New System.Drawing.Size(
789, 549)
238         Me.grpcatitem.TabIndex =
4
239         Me.grpcatitem.TabStop = False
240         Me.grpcatitem.Visible = False
241         
'
242         
'PictureBox2
243         
'
244         Me.PictureBox2.Image = Global.prjSalesInventory.My.Resources.Resources.xx
245         Me.PictureBox2.Location = New System.Drawing.Point(
6, 239)
246         Me.PictureBox2.Name =
"PictureBox2"
247         Me.PictureBox2.Size = New System.Drawing.Size(
15, 85)
248         Me.PictureBox2.TabIndex =
2
249         Me.PictureBox2.TabStop = False
250         
'
251         
'GroupBox1
252         
'
253         Me.GroupBox1.Controls.Add(Me.grpCat)
254         Me.GroupBox1.Controls.Add(Me.grpcatitem)
255         Me.GroupBox1.Controls.Add(Me.lstCat)
256         Me.GroupBox1.Location = New System.Drawing.Point(
3, 45)
257         Me.GroupBox1.Name =
"GroupBox1"
258         Me.GroupBox1.Size = New System.Drawing.Size(
789, 549)
259         Me.GroupBox1.TabIndex =
1
260         Me.GroupBox1.TabStop = False
261         
'
262         
'RBGroup
263         
'
264         Me.RBGroup.AutoSize = True
265         Me.RBGroup.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
266         Me.RBGroup.Location = New System.Drawing.Point(
281, 24)
267         Me.RBGroup.Name =
"RBGroup"
268         Me.RBGroup.Size = New System.Drawing.Size(
75, 17)
269         Me.RBGroup.TabIndex =
6
270         Me.RBGroup.TabStop = True
271         Me.RBGroup.Text =
"By Brand"
272         Me.RBGroup.UseVisualStyleBackColor = True
273         
'
274         
'FrmCatList
275         
'
276         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
277         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
278         Me.BackColor = System.Drawing.Color.WhiteSmoke
279         Me.ClientSize = New System.Drawing.Size(
868, 623)
280         Me.Controls.Add(Me.RBGroup)
281         Me.Controls.Add(Me.GroupBox1)
282         Me.Controls.Add(Me.rbcatitemlist)
283         Me.Controls.Add(Me.RBCat)
284         Me.Controls.Add(Me.RBALL)
285         Me.Controls.Add(Me.Panel1)
286         Me.Name =
"FrmCatList"
287         Me.Text =
"Product Listing"
288         Me.Panel1.ResumeLayout(False)
289         Me.Panel1.PerformLayout()
290         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
291         Me.grpCat.ResumeLayout(False)
292         Me.grpCat.PerformLayout()
293         Me.grpcatitem.ResumeLayout(False)
294         CType(Me.PictureBox2, System.ComponentModel.ISupportInitialize).EndInit()
295         Me.GroupBox1.ResumeLayout(False)
296         Me.ResumeLayout(False)
297         Me.PerformLayout()
298
299     End Sub
300     Friend WithEvents Panel1 As System.Windows.Forms.Panel
301     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
302     Friend WithEvents Label2 As System.Windows.Forms.Label
303     Friend WithEvents Label1 As System.Windows.Forms.Label
304     Friend WithEvents lstCat As System.Windows.Forms.ListView
305     Friend WithEvents RBCat As System.Windows.Forms.RadioButton
306     Friend WithEvents RBALL As System.Windows.Forms.RadioButton
307     Friend WithEvents grpCat As System.Windows.Forms.GroupBox
308     Friend WithEvents Label3 As System.Windows.Forms.Label
309     Friend WithEvents cmdcancel As System.Windows.Forms.Button
310     Friend WithEvents CmdSearch As System.Windows.Forms.Button
311     Friend WithEvents txtcatname As System.Windows.Forms.TextBox
312     Friend WithEvents rbcatitemlist As System.Windows.Forms.RadioButton
313     Friend WithEvents lstCategory As System.Windows.Forms.ListView
314     Friend WithEvents lstItems As System.Windows.Forms.ListView
315     Friend WithEvents PictureBox2 As System.Windows.Forms.PictureBox
316     Friend WithEvents grpcatitem As System.Windows.Forms.GroupBox
317     Friend WithEvents GroupBox1 As System.Windows.Forms.GroupBox
318     Friend WithEvents ImageList1 As System.Windows.Forms.ImageList
319     Friend WithEvents RBGroup As System.Windows.Forms.RadioButton
320 End Class


Gõ tìm kiếm nhanh...